home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000389_jaltman@columbia.edu_Tue Mar 25 09:02:20 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 14189 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!newsfeed.stueberl.de!cox.net!cyclone1.gnilink.net!wn14feed!wn13feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: Jeffrey Altman <jaltman@columbia.edu>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: set host timeout?
  9. References: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com>
  10. In-Reply-To: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 27
  14. Message-ID: <kzNfa.12589$pi.2213954@twister.nyc.rr.com>
  15. Date: Tue, 25 Mar 2003 00:39:44 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1048552784 66.108.138.151 (Mon, 24 Mar 2003 19:39:44 EST)
  19. NNTP-Posting-Date: Mon, 24 Mar 2003 19:39:44 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14189
  22.  
  23. Pete wrote:
  24. > Hi
  25. > I'm experimenting with kermit over a TCP/IP connection:-
  26. > SET HOST * 2000
  27. > will sit and listen for a connection.
  28. > Great. Works fine.  I have a couple of questions though.
  29. > 1) Can I set a timeout so if there's no connection made after 'n' seconds
  30. > it times-out?
  31.  
  32. No
  33.  
  34.  
  35. > 2) SET HOST 1.2.3.4 2000 will connect to the above fine. If I use
  36. > CLOSE CONNECTION (on the SET HOST * 2000 machine), the
  37. > connection appears to close, however SET HOST 1.2.3.4 2000 will
  38. > not give me an connect-error but thinks it has made a connection.  Is
  39. > there something like CLOSE CONNECTION that will tell the incoming
  40. > machine it's now a connect error?
  41.  
  42. You must try to read some data in order to the the connection close error.
  43.  
  44.  
  45.